From 189b9abd235122878017a1b5a3865852be8c487c Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Mon, 9 Sep 2024 14:56:19 +0200 Subject: [PATCH] scan-build-py-fix-default-bin =================================================================== Gbp-Pq: Name scan-build-py-fix-default-bin.diff --- clang/tools/scan-build-py/lib/libscanbuild/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/tools/scan-build-py/lib/libscanbuild/arguments.py b/clang/tools/scan-build-py/lib/libscanbuild/arguments.py index e9794e7959..4075730672 100644 --- a/clang/tools/scan-build-py/lib/libscanbuild/arguments.py +++ b/clang/tools/scan-build-py/lib/libscanbuild/arguments.py @@ -293,7 +293,7 @@ def create_analyze_parser(from_build_command): "--use-analyzer", metavar="", dest="clang", - default="clang", + default="clang-17", help="""'%(prog)s' uses the 'clang' executable relative to itself for static analysis. One can override this behavior with this option by using the 'clang' packaged with Xcode (on OS X) or from the PATH.""", -- 2.30.2